Skip to content

feat: nurbs sketching and surface support #2104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

jacobrkerstetter
Copy link
Contributor

Description

Provide ability to sketch 2D NURBS curves and transform them into surface bodies for Workflow 12.

Issue linked

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@jacobrkerstetter jacobrkerstetter self-assigned this Jul 11, 2025
@github-actions github-actions bot added testing Anything related to tests enhancement New features or code improvements labels Jul 11, 2025
@RobPasMue RobPasMue linked an issue Jul 14, 2025 that may be closed by this pull request
@jacobrkerstetter jacobrkerstetter marked this pull request as ready for review July 15, 2025 12:36
@jacobrkerstetter jacobrkerstetter requested a review from a team as a code owner July 15, 2025 12:36
@github-actions github-actions bot added the maintenance Package and maintenance related label Jul 15, 2025
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

Attention: Patch coverage is 90.81633% with 9 lines in your changes missing coverage. Please review.

Project coverage is 93.18%. Comparing base (3c3cf7f) to head (0846adb).

Files with missing lines Patch % Lines
src/ansys/geometry/core/sketch/nurbs.py 91.66% 6 Missing ⚠️
...ys/geometry/core/_grpc/_services/v0/conversions.py 84.61% 2 Missing ⚠️
src/ansys/geometry/core/sketch/edge.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2104      +/-   ##
==========================================
- Coverage   93.21%   93.18%   -0.03%     
==========================================
  Files         138      139       +1     
  Lines       10156    10249      +93     
==========================================
+ Hits         9467     9551      +84     
- Misses        689      698       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions bot removed the maintenance Package and maintenance related label Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements testing Anything related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating smooth interpolation curves
2 participants